home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / xmax.hlp < prev    next >
Encoding:
Text File  |  1989-02-03  |  596 b   |  17 lines

  1. XMAX = expr;            Set maximum value for X axis scaling
  2.  
  3. The XMAX control specifies the maximum X axis value for scaling
  4. subsequent plots.  This parameter is ignored unless an X axis file
  5. has been specified (see XAXIS control).  As with the YMIN and
  6. YMAX controls, autoscaling on the X axis can be invoked by
  7. entering either:
  8.  
  9.      SCALEX(xaxisvar);
  10.   or
  11.      XMIN = MIN(xaxisvar) & XMAX = MAX(xaxisvar);
  12.  
  13. where 'xaxisvar' is the name of the variable being used for the X axis.
  14.  
  15. The minimum and maximum values for the X axis must be set before the
  16. PLOT procedure is invoked.
  17.